Thread: [C++ Beginner] Which compiler i should use??

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    82

    [C++ Beginner] Which compiler i should use??

    I m a C++ beginner.. I used CodE:BlOcK on C. which compiler i should use for C++.. ?? Should Continue with code block or use MS Visual Studio??/

    Seniors Please help with ur experiences!!!

    Thanks In advance

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Just use code::blocks and make sure you name your source files as prog.cpp (if you want C++) or prog.c (if you want C)
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Code::Blocks is an IDE, hence it does not come with a compiler.
    That said, there is a link on Code::Block's homepage that bundles a compiler with the IDE. For the least trouble getting started, I'd recommend you just download that.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner question.. wich compiler
    By viper2k in forum C Programming
    Replies: 7
    Last Post: 03-27-2011, 09:19 AM
  2. Beginner question: Error with the compiler
    By d3lilley in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2010, 06:05 PM
  3. Replies: 2
    Last Post: 02-04-2008, 02:34 AM
  4. ASM beginner gets 24 compiler errors on hello world...
    By Desolation in forum Tech Board
    Replies: 12
    Last Post: 06-16-2007, 10:21 PM
  5. Windows programming for beginner (Absolute beginner)
    By WDT in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2004, 11:21 AM